Vcenter Content Registries Harbor Projects Summary

Vcenter Content Registries Harbor Projects Summary
Vcenter Content Registries Harbor Projects Summary

This schema is deprecated as of vSphere API 8.0.1.00200.

The Vcenter Content Registries Harbor Projects Summary schema contains basic information about a Harbor project.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "project": "string",
    "name": "string",
    "scope": "string"
}
string
project
Required

This property is deprecated as of vSphere API 8.0.1.00200.

Identifier of the harbor project.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.content.Registry.Harbor.Project. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.content.Registry.Harbor.Project.

string
name
Required

This property is deprecated as of vSphere API 8.0.1.00200.

Name of the Harbor project. Should be between 1-63 characters long alphanumeric string and may contain the following characters: a-z,0-9, and '-'. Must be starting with characters or numbers, with the '-' character allowed anywhere except the first or last character.

This property was added in vSphere API 7.0.0.0.

string
scope
Required

This property is deprecated as of vSphere API 8.0.1.00200.

Access type of a Harbor project.

For more information see: Vcenter Content Registries Harbor Projects Scope.

This property was added in vSphere API 7.0.0.0.

Deprecated